home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / interfac / it.dig / scripts / DefineButton2_215 / BUTTONCONDACTION on(release).as
Text File  |  2010-03-13  |  213b  |  7 lines

  1. on(release){
  2.    _parent._parent.anula_btn._visible = false;
  3.    _parent._parent.descri.gotoAndStop(1);
  4.    _parent._parent.descri_games.gotoAndStop(1);
  5.    _parent._parent.categoria_mc.gotoAndPlay("VOLTAR");
  6. }
  7.